注解和反射

1. 注解

  1. 元注解
  2. 内置注解
  3. 自定义注解
  4. 反射读取注解

2. 反射

  1. Class

    • new Instance();
  2. 类加载机制

  3. Method

    • invoke();
    • 存在重载,也需要写参数的类型
  4. Field

    • set();
  5. Construct

    • 获取的时候需要传递参数的class类型
  6. 破坏私有关键字

    • setAccessible(true)
  7. 性能分析

    正常 > 检测关闭的反射 > 默认的反射

  8. 反射获得注解,泛型...

  9. 单例模式的探究

  10. Stream

  11. ForkJoin

    效率对比

Copyright © rootwhois.cn 2021-2022 all right reserved,powered by GitbookFile Modify: 2023-03-05 10:55:52

results matching ""

    No results matching ""